home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection Student Program / ADC Tools Sampler CD Disk 3 1999.iso / CWPro Release Notes / CodeWarrior Tools / CW Documentation Notes.txt next >
Text File  |  1999-06-17  |  8KB  |  256 lines

  1. =======================================
  2. CodeWarrior Documentation Release Notes
  3. =======================================
  4.  
  5. Version: CodeWarrior Pro 5
  6. Date:    Jun 1, 1999
  7.           
  8.  
  9. ===========================
  10. New & Updated Documantation
  11. ===========================
  12.  
  13. - Added RAD information to IDE User Guide
  14.  
  15. - Added IDE interface elements section to online help
  16.  
  17. - expanded To Do tasks available as online help
  18.  
  19. - re-organized entire online help to make it more intuitive to find information
  20.  
  21. - updated the HTML documentation to make it easier to navigate around the various 
  22.   HTML books on the CD
  23.  
  24. - New Command-Line Tools Reference [x86 | PPC]
  25.  
  26. - New CodeWarrior Scripting Reference [Win | Mac]
  27.  
  28. - New universal Targeting Java VM [Win | Mac | Solaris]
  29.  
  30. - The updated Inside CodeWarrior:PowerPlant Reference book has been printed for 
  31.   the first time in over 2 years (formerly titled: PowerPlant Revealed)
  32.  
  33. - updated several sections of PowerPlant Advanced Topics
  34.  
  35. - added x86 information and examples to the CW Assembler Reference
  36.  
  37. - Apple Guides are no longer provided (althouogh they may still appear in the Help
  38.   menu if alreaady installed).
  39.  
  40.  
  41. ===============
  42. Feature changes
  43. ===============
  44.  
  45. - Interface elements for the IDE, the Debugger, and RAD are all available as online 
  46.   help topics
  47.  
  48. - The Error Reference manual is available as online help
  49.  
  50. - The Debugger User Guide has been merged into the IDE User Guide and no longer 
  51.   exists as a seperate entity
  52.  
  53. - The platform dependent Targeting Java VM manuals have been merged into a single 
  54.   universal Targeting Java VM book
  55.  
  56.  
  57. ================================
  58. Corrections to Printed Documents
  59. ================================
  60.  
  61. ---------------------------------
  62. C/C++ Tools:C Compilers Reference
  63. ---------------------------------
  64. In the "C Compiler" chapter, "Require Function Prototypes"
  65. topic, 2nd paragraph, last sentence (p. CCR-47). This sentence should read "If the 
  66. function is defined before it is referenced, and does not have a prototype, then 
  67. the compiler will issue a warning if Require Function Prototypes is on."
  68.  
  69.  
  70. =============================
  71. Manual Bug Report Corrections
  72. =============================
  73.  
  74. --------------
  75. IDE User Guide
  76. --------------
  77.  
  78. - MW07808 replaced image with VC++ icons
  79.  
  80. - MW07875 removed all references to MWDebug.exe file 
  81.  
  82. - MW08953 removed references to using non-existant Delete button to remove custom 
  83.   keywords from keyword list 
  84.  
  85. - WB1-2437 added warning in Setting Watchpoints section indicating this cannot be 
  86.   done for some processors such as MIPS 
  87.  
  88. - WB1-2734 removed references to menu Control that disappeared when debugger was 
  89.   integrated into the IDE 
  90.  
  91. - WB1-3212 replaced Figure 3.28 as it was out of date with respect to the Pro4
  92.  
  93. - WB1-3249 expanded section on using Temporary Breakpoints with debugger and 
  94.   shortcuts associated with same
  95.  
  96. - WB1-3353 corrected index entries for FPU registers and register windows
  97.  
  98. - MW07432 Eliminated "MW Debug" from docs
  99.  
  100. - MW07808 New screenshot with CW-only icons replaced old screenshot with
  101. CW and VC++ icons
  102.  
  103. - MW07875 Eliminated "MW Debug" from docs
  104.  
  105. - MW08953 "Press Backspace/Delete" replaced "Click on delete"
  106.  
  107. - WB1-2437 Handling of watchpoints on MIPS is addressed in Targeting MIPS
  108. manual under the "Unimplemented Debugger Features" topic
  109.  
  110. - WB1-2734 References to Control menu removed
  111.  
  112. - IL9811-1617 Ahead-of-schedule mention of MDI checkbox now
  113. synchronized for Pro 5
  114.  
  115. - WB1-2808 Description for Save Default Window command modified to
  116. explicitly state that the command operates on browser windows only
  117.  
  118. - WB1-3212 Updated screenshot for Processes window
  119.  
  120. - WB1-3213 Description of extensions required for Mac OS debugging
  121. moved to Targeting Mac OS manual
  122.  
  123. - WB1-3249 Three breakpoint shortcuts now documented
  124.  
  125. - WB1-3353 Completely regenerated index information
  126.  
  127. - WB1-3951 Help menu completely changed. Bug no longer applies.
  128.  
  129. - WB1-4069 Bolding of menu commands made consistent. Style issue still open.
  130.  
  131. - WB1-4115 Browser menu command descriptions moved to Guided Tour section
  132.  
  133. - WB1-4117 Screenshot with mangled class name removed
  134.  
  135. - WB1-4192 Added description of Source Trees preference panel
  136.  
  137. - WB1-4195 Added description of Plugin Settings preference panel.
  138. Updated description of Build Settings preference panel.
  139.  
  140. - WB1-4304 fixed 21 documentation bugs
  141.  
  142. - WB1-4573 Completely revised descriptions for customizing commands
  143. and key bindings
  144.  
  145. - IL9904-0900 sentence edited for accuracy
  146.  
  147.  
  148. --------------------
  149. PowerPlant Reference
  150. --------------------
  151.  
  152. - IL9810-2259 LShareQueue class documented
  153.  
  154. - IL9811-1698 UReanimator class documented
  155.  
  156. - MW08400 LFile class documented
  157.  
  158.  
  159. -------------------------
  160. Pascal Compiler Reference
  161. -------------------------
  162.  
  163. - WB1-2538 Corrected example code in Listing 4.1
  164.  
  165. - WB1-2569 Corrected example code in Listing 4.2
  166.  
  167.  
  168. -------------------------
  169. Pascal Language Reference
  170. -------------------------
  171.  
  172. - WB1-2592 Missing "end;" in Listing 9.1
  173.  
  174. - WB1-2591 Missing "PROGRAM" statement and missing semi-colon in Listing 8.9
  175.  
  176. - WB1-2585 Missing "PROGRAM" statement and missing semi-colon in Listing 6.1
  177.  
  178.  
  179. ------------------------
  180. Pascal Library Reference
  181. ------------------------
  182.  
  183. - WB1-2547 Corrected the predicted result of the sin example in the Pascal 
  184.   Library Reference
  185.  
  186. - MW08663 Added "USES PasLibIntf" to prototypes of all routines that begin 
  187.   with "PL" (extra MPW-compatible Pascal Library routines)
  188.  
  189. - WB1-2563 The name for program listed in Listing 11.3 was the same name as 
  190.   Listing 11.2. It has been corrected.
  191.  
  192. - WB1-2564 Added clarification as to what I/O models can be used in Listing 11.5
  193.  
  194. - WB1-2547 Listing 2.5 sample output was incorrect.
  195.  
  196. - WB1-2568 Corrected some entries in the index
  197.  
  198. - WB1-2473, WB1-2549, WB1-2553, WB1-2555, WB1-2557, WB1-2560, WB1-2563,
  199. WB1-2564 Corrected typos.
  200.  
  201.  
  202. -----------------
  203. Targeting Java VM
  204. -----------------
  205.  
  206. - MW07483 Removed "Integrated Debugger" from docs.
  207.  
  208. - MW08877 Pro 5 uses a new tutorial. Old tutorial problems are inherently fixed.
  209.  
  210. - IL9810-0558 HTML Docs had bad conditionals set when they were created. This will fix
  211. itself next time we generate HTML docs.
  212.  
  213. - IL9810-2512 Supplied a new screen shot.
  214.  
  215. - IL9810-2651 The tutorial has been rewritten. This bug no longer applies.
  216.  
  217. - IL9811-0561 We need to add these images in the following location on the next burn: 
  218.  Mac: Metrowerks CodeWarrior:Java Support:Metrowerks:JavaDoc:images:
  219.  Win: Metrowerks CodeWarrior\Java Support\Metrowerks\JavaDoc\images\
  220.  Solaris: Metrowerks_CodeWarrior/Java Support/Metrowerks/JavaDoc/images/
  221.  
  222. - IL9812-838 The tutorial has been rewritten.
  223.  
  224. - IL9811-2165 The tutorial has been rewritten.
  225.  
  226. - WB1-2554 New screen shot supplied.
  227.  
  228. - IL9901-1341 This "bug" is in the third party book "Learn Java on the Macintosh.pdf". 
  229.   The book uses the old method of naming a project with the .µ extension, instead 
  230.   of .mcp. This book is not produced by MW, nor do we have the book sources, so we are 
  231.   unable to update it.
  232.  
  233.  
  234. =====================
  235. Known bugs and issues
  236. =====================
  237.  
  238. - none
  239.  
  240.  
  241. ========================================================================
  242. Contacting Metrowerks
  243. ========================================================================
  244.  
  245. For bug reports, technical questions, and suggestions, please contact us on
  246. the web at
  247.  
  248. http://www.metrowerks.com/feedback/
  249.  
  250. or use the forms in the Release Notes directory on the CD.
  251.  
  252. See the CodeWarrior on the Nets document in the Release Notes folder for
  253. more contact information, including a list of Internet newsgroups,
  254. online services, and patch and update sites.
  255. ========================================================================
  256.